home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / RFS275.lha / CFG / RFS.cfg < prev   
Text File  |  1995-03-26  |  5KB  |  84 lines

  1. /*
  2.  $VER: RFS Cfg Config for RFS Williamson 54.01
  3. */
  4. Priority    =6              /* priority at which to run the file server */
  5. /* Text to prepend to response messages */
  6. Header=""
  7. /* Delete remainder if not wanted */
  8. /*Header=Header||"ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸"cr    */
  9. /*Header=Header||"³ °°°°°±±±±±²²²²²ÛÛÛÛÛ³ The Roof File Request Server  ³ÛÛÛÛÛ²²²²²±±±±±°°°°° ³"cr    */
  10. /*Header=Header||"ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÏÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÏÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ;"cr    */
  11.  
  12. /* Text to append to response messages */
  13. Tail=""
  14. /* Delete remainder if not wanted */
  15. Tail=Tail||" Three forms of Update Requests are supported! Formats are as follows:"cr||cr
  16. Tail=Tail||" The RFS/QuickSilver Human Request Standard:"cr
  17. Tail=Tail||"      File after a requested date:           FILENAME +Uyymmdd"cr
  18. Tail=Tail||"      File before a requested date:          FILENAME -Uyymmdd"cr
  19. Tail=Tail||"                                   or"cr
  20. Tail=Tail||"      File after a requested date and time:  FILENAME +Uyymmddhhmmss"cr
  21. Tail=Tail||"      File before a requested date and time: FILENAME -Uyymmddhhmmss"cr||cr
  22. Tail=Tail||" The FTS-0006 WaZoo Update Request Standard:"cr
  23. Tail=Tail||"      File after a requested date and time:  FILENAME  +unixtimestamp"cr
  24. Tail=Tail||"      File before a requested date and time: FILENAME  -unixtimestamp"cr||cr
  25.  
  26. /* additional Text to prepend to response messages for first time callers*/
  27. FirstCall=""
  28. /* Delete remainder if not wanted */
  29. FirstCall=FirstCall||" If this is NOT your first call you should not have received this"cr
  30. FirstCall=FirstCall||" bug report request. Please NetMail a bug report :)"cr
  31. FirstCall=FirstCall||" RFS is currently in Beta Test stage, and may still have some bugs"cr
  32. FirstCall=FirstCall||" to be found. If you experience any problems when requesting files from"cr
  33. FirstCall=FirstCall||" this BBS, PLEASE send me NetMail or leave me feedback with the mailer's"cr
  34. FirstCall=FirstCall||" NOTE command explaining the problem."cr
  35. FirstCall=FirstCall||" RFS is by Robert Williamson of FIDONET#1:167/104.0 and was orginally"cr
  36. FirstCall=FirstCall||" ported to WPL from Roger Clark's QuickSilver File Request Handler."cr||cr 
  37.  
  38. VHuman=""
  39. VHuman=VHUman||" This system also permits you to upload a file containing a request list."cr
  40. VHuman=VHUman||" The format is simply one request per line. The filename should be:"cr
  41. VHuman=VHUman||" yourname.GRAB, with yourname using underlines instead of spaces."cr
  42. VHuman=VHuman||"        eg: Robert_Williamson.GRAB"cr||cr
  43.  
  44. ReqPoint=TRUE               /* Allow points to request files            */
  45. ReqUnlisted=TRUE            /* Allow unlisted systems to request files  */
  46. ReqHuman=TRUE               /* Allow Humans to request files            */
  47.  
  48. SortedLst=TRUE              /* FREQ.LST is sorted                       */
  49. MultiMagic=TRUE             /* Send multiple files for MAGIC names      */
  50. MatchFirst=FALSE            /* Send only the first file matched         */
  51.  
  52. /* If one of these is not selected, then the File Note of the file      */
  53. /* will be used as the description                                      */
  54. DLGfd=FALSE                 /* Use DLG FD file instead of filenote      */
  55. TAdesc=FALSE                /* Use TransAmiga filename.desc             */
  56.  
  57. FREQLST="RAM:FREQ.LST"      /* Fullpath of list of files to search      */
  58. LogFile="LOG:RFS.Log"       /* LogFile FullPathName                     */
  59. AcctPath="LOG:RFSACCT/"     /* Path for FTN accounting files            */
  60.  
  61. NEWUSERS=0                  /* allow new users if 1 */
  62. EXCLUDE.0=11                /* number of excluded nodes, 0 if none      */
  63. /* Exclude these nodes from requesting files    */
  64. EXCLUDE.1="FIDONET#1:167/104.1"   /* good idea to exclude yourself */
  65. EXCLUDE.2="FIDONET#1:167/104.6"
  66. EXCLUDE.3="BOB_W#0:0/0.0"
  67. EXCLUDE.4="HUGUES_LANGLOIS#0:0/0.0"
  68. EXCLUDE.5="STEPHANE_CADOTTE#0:0/0.0"
  69. EXCLUDE.6="ERI#?_DYRDA#0:0/0.0"
  70. EXCLUDE.7="DAVID_BOISVERT#0:0/0.0"
  71. EXCLUDE.8="ALEXANDRE_PEDNEAULT#0:0/0.0"
  72. EXCLUDE.9="ALAIN_PIRLANT#0:0/0.0"
  73. EXCLUDE.10="PI#?"
  74. EXCLUDE.11="#?GAG#?"
  75.  
  76. /*  These are read by GRAB also - MUST be within 512 bytes of end of file */
  77. MaxBytes=1000000            /* Maximum Bytes Per Session,   0=No limit  */
  78. MaxDaily=0                  /* Maximum Bytes Daily,         0=No limit  */
  79. MaxReqNames=0               /* Maximum Requests Per Session,0=No limit  */
  80. MaxHBytes=50000             /* Maximum Bytes/Session Humans 0=No Limit  */    
  81. MaxHDaily=100000            /* Maximum Bytes/Daily Humans   0=No Limit  */
  82. MaxCalls=3                  /* Maximum Calls/Daily Humans   0=No Limit  */
  83. MaxHTotal=2000000           /* Total free bytes for Humans  0=No Limit  */
  84.